home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbscm3.zip / DEMO.BAT next >
DOS Batch File  |  1991-09-27  |  221b  |  9 lines

  1. @echo off
  2. :
  3. :The following executes TEST.BAT with three parameters.  It sets the 
  4. :environment for Connect Speed, Comm Port, and Node number. 
  5. :
  6. pcbscmp %1 %2 %3 /R:TEST.BAT /E:CS:CP:NN
  7.  
  8. echo PROCESS COMPLETE!!!
  9.